home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Extensions / Primitives / Primitives.rsrc / STR#_119.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  412 b   |  11 lines

  1. Inputs: List; AttributeName; Value; [StartIndex]
  2. Outputs: FoundIndex; Instance
  3.  
  4. Inputs: list; string; any; [integer ]
  5. Outputs: integer; instance | NULL
  6.  
  7. Instance is the first instance after position StartIndex in List with an attribute AttributeName having the value Value. FoundIndex is the position of Instance in List. If no such instance exists, FoundIndex and Instance are 0 and NULL, respectively.
  8.  
  9. Lists
  10.  
  11.